home *** CD-ROM | disk | FTP | other *** search
/ Model Wife / The Best of New Machine Publishing 4 - Disc 2: Model Wife.iso / pc / sampler / dm13.dxr / 00009_Text2.ls < prev    next >
Encoding:
Text File  |  1995-09-05  |  366 b   |  17 lines

  1. on mouseUp
  2.   global CHARACTER, CHOICE2, RESPONSE, movie
  3.   set RESPONSE to CHOICE2
  4.   if (movie = 3) and (CHARACTER = 2) then
  5.     set CHARACTER to CHARACTER + 1
  6.     go("MS")
  7.   else
  8.     if (movie = 4) and (CHARACTER = 2) then
  9.       set CHARACTER to CHARACTER + 1
  10.       go("MS")
  11.     else
  12.       set CHARACTER to CHARACTER + 1
  13.       go("response")
  14.     end if
  15.   end if
  16. end
  17.